Skip to content

docs(ftso): ftso adapters#952

Merged
dineshpinto merged 8 commits intomainfrom
ftso-adapters
Oct 15, 2025
Merged

docs(ftso): ftso adapters#952
dineshpinto merged 8 commits intomainfrom
ftso-adapters

Conversation

@0xreflexivity
Copy link
Collaborator

Adds FTSO adapters for other oracle providers.

@0xreflexivity 0xreflexivity changed the title docs(ftso): FTSO adapters docs(ftso): ftso adapters Oct 3, 2025
dineshpinto
dineshpinto previously approved these changes Oct 6, 2025
@dineshpinto
Copy link
Member

@AmadiaFlare link here is failing CI:

- **Create a Keeper Script**: This is a simple script that connects to the network and periodically calls the public `refresh()` function on your deployed contract.
- **Run the Keeper**: This script ensures the price cached in your contract stays fresh. It replaces the need to rely on the oracle provider's keepers, giving you direct control over how often your prices are updated and how much you spend on gas.

<Tabs block>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using headings within a Tabs block break sidebar links. This should use either headings or tabs, not both

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AmadiaFlare this is still broken?

Sidebar links are broken because there are headings (###) within a <Tabs> block:

<Tabs>
<TabItem value="chainlink" label="Chainlink">

### FtsoChainlinkAdapter

The `FtsoChainlinkAdapter` implements Chainlink's `AggregatorV3Interface`. The example is an `AssetVault` contract that uses the FTSO price to value collateral for borrowing and lending.
...

To preserve the sidebar links, remove <Tabs>:

## FtsoChainlinkAdapter

The `FtsoChainlinkAdapter` implements Chainlink's `AggregatorV3Interface`. The example is an `AssetVault` contract that uses the FTSO price to value collateral for borrowing and lending.
...

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dineshpinto Should be good now

@dineshpinto dineshpinto merged commit 8e3f7b2 into main Oct 15, 2025
14 checks passed
@dineshpinto dineshpinto deleted the ftso-adapters branch October 15, 2025 05:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants